home *** CD-ROM | disk | FTP | other *** search
/ Cine Live 59 / Cine Live 59.iso / pc / Data / Interface / e12.k < prev    next >
Encoding:
Text File  |  2002-06-05  |  24.1 KB  |  1,173 lines

  1. module oRoot1 is cBox
  2. with 
  3.     Flags is $00000142; 
  4.     release Editor:
  5.         IOWindow is {$0000032E,$00000032,$0000013D,$00000363,$00000000,$FFFFFFF0,$00000000,$00000000};
  6.         LayoutWindow is {$00000093,$0000007B,$000002C4,$00000290,$00000000,$00000014,$00000064,$00000000};
  7.     end;
  8.     Name is "Root"; 
  9.     Enabled is false; 
  10.     
  11.     Width is 800; Height is 600; 
  12.     
  13.     
  14.     Elements is [
  15.         oFond2,
  16.         ob13,
  17.         ob24,
  18.         ob35,
  19.         ob46,
  20.         ob57,
  21.         ob68,
  22.         ob79,
  23.         ob810,
  24.         ob911,
  25.         ob1012,
  26.         ob1113,
  27.         ob1214,
  28.         of115,
  29.         of216,
  30.         of317,
  31.         of418,
  32.         of519,
  33.         of620,
  34.         of721,
  35.         of822,
  36.         of923,
  37.         of1024,
  38.         of1125,
  39.         of1226,
  40.         oInternet27,
  41.         ol128,
  42.         ol229,
  43.         oI330,
  44.         oBouton_Fiche32,
  45.         oBouton_Imprimer33,
  46.         oBouton_Sommaire34,
  47.         oBouton_Photos35,
  48.         oBouton_Vid_o36,
  49.         oFiche_Technique37,
  50.         oTexte_RTF38,
  51.         ovid_o39,
  52.         oglobal40
  53.     ];
  54.     Events is [
  55.         cOffscreenEvent
  56.         with 
  57.             Commands is [
  58.                 cPixelTool_IfSystemCommand
  59.                 with Flags is $00000004; 
  60.                     Commands is [
  61.                         cSwitchURLCommand
  62.                         with Flags is $00000004; Target is oFond2; URL is "../Images/s12m.jpg"; end,
  63.                         cDragCommand
  64.                         with Flags is $00000004; Target is ovid_o39; Mode is DragTo; X is 631; Y is 442; end,
  65.                         cGrowCommand
  66.                         with Flags is $00000004; Target is ovid_o39; Mode is GrowTo; X is 160; Y is 120; end,
  67.                         cShowCommand
  68.                         with Flags is $00000004; Target is ovid_o39; end,
  69.                         cEnableCommand
  70.                         with Flags is $00000004; Target is ovid_o39; end,
  71.                         cRunCommand
  72.                         with Flags is $00000004; Target is ovid_o39; Rewind is true; end
  73.                     ];
  74.                 end,
  75.                 cPixelTool_IfSystemCommand
  76.                 with Flags is $00000004; SetMode is IsWinTest; 
  77.                     Commands is [
  78.                         cDragCommand
  79.                         with Flags is $00000004; Target is ovid_o39; Mode is DragTo; X is 615; Y is 418; end,
  80.                         cGrowCommand
  81.                         with Flags is $00000004; Target is ovid_o39; Mode is GrowTo; X is 176; Y is 144; end,
  82.                         cShowCommand
  83.                         with Flags is $00000004; Target is ovid_o39; end,
  84.                         cEnableCommand
  85.                         with Flags is $00000004; Target is ovid_o39; end,
  86.                         cRunCommand
  87.                         with Flags is $00000004; Target is ovid_o39; Rewind is true; end
  88.                     ];
  89.                 end
  90.             ];
  91.         end,
  92.         cKeyboardEvent
  93.         with Flags is $00000004; Test is IsSpace; 
  94.             Commands is [
  95.                 cRunCommand
  96.                 with Flags is $00000004; Target is ovid_o39; Mode is Toggle; end
  97.             ];
  98.         end,
  99.         cKeyboardEvent
  100.         with Value is "+"; 
  101.             Commands is [
  102.                 cSetVolumeCommand
  103.                 with Mode is ExecuteHigher; end
  104.             ];
  105.         end,
  106.         cKeyboardEvent
  107.         with Value is "-"; 
  108.             Commands is [
  109.                 cSetVolumeCommand
  110.                 with Flags is $00000004; Mode is ExecuteLower; end
  111.             ];
  112.         end,
  113.         cKeyboardEvent
  114.         with Value is "m"; 
  115.             Commands is [
  116.                 cRunCommand
  117.                 with Flags is $00000004; Mode is Toggle; Rewind is true; end
  118.             ];
  119.         end
  120.     ];
  121. end;
  122.  
  123. object oFond2 is cImage
  124. with 
  125.     Name is "Fond"; 
  126.     Enabled is false; Cursor is oEmptyCursor; 
  127.     AdjustX is AlignToCenter; AdjustY is AlignToTop; 
  128.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  129.     
  130.     URL is "../Images/s12p.jpg"; 
  131.     
  132.     
  133.     Events is [
  134.         cOnscreenEvent
  135.         with 
  136.             Commands is [
  137.                 cTokenCommand
  138.                 with TokenName is "stop"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  139.             ];
  140.         end
  141.     ];
  142. end;
  143.  
  144. object ob13 is cImage
  145. with 
  146.     Name is "b1"; 
  147.     Enabled is false; Shown is false; 
  148.     X is -21; Y is 166; 
  149.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  150.     
  151.     URL is "../Images/BOUTONV2.psd"; 
  152.     Bitmapped is false; Mode is 260; 
  153.     
  154. end;
  155.  
  156. object ob24 is cImage
  157. with 
  158.     Name is "b2"; 
  159.     Enabled is false; Shown is false; 
  160.     X is -21; Y is 191; 
  161.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  162.     
  163.     URL is "../Images/BOUTONV2.psd"; 
  164.     Mode is 260; 
  165.     
  166. end;
  167.  
  168. object ob35 is cImage
  169. with 
  170.     Name is "b3"; 
  171.     Enabled is false; Shown is false; 
  172.     X is -21; Y is 216; 
  173.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  174.     
  175.     URL is "../Images/BOUTONV2.psd"; 
  176.     Mode is 260; 
  177.     
  178. end;
  179.  
  180. object ob46 is cImage
  181. with 
  182.     Name is "b4"; 
  183.     Enabled is false; Shown is false; 
  184.     X is -21; Y is 240; 
  185.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  186.     
  187.     URL is "../Images/BOUTONV2.psd"; 
  188.     Mode is 260; 
  189.     
  190. end;
  191.  
  192. object ob57 is cImage
  193. with 
  194.     Name is "b5"; 
  195.     Enabled is false; Shown is false; 
  196.     X is -21; Y is 271; 
  197.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  198.     
  199.     URL is "../Images/BOUTONV2.psd"; 
  200.     Mode is 260; 
  201.     
  202. end;
  203.  
  204. object ob68 is cImage
  205. with 
  206.     Name is "b6"; 
  207.     Enabled is false; Shown is false; 
  208.     X is -21; Y is 308; 
  209.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  210.     
  211.     URL is "../Images/BOUTONV2.psd"; 
  212.     Mode is 260; 
  213.     
  214. end;
  215.  
  216. object ob79 is cImage
  217. with 
  218.     Name is "b7"; 
  219.     Enabled is false; Shown is false; 
  220.     X is -21; Y is 338; 
  221.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  222.     
  223.     URL is "../Images/BOUTONV2.psd"; 
  224.     Mode is 260; 
  225.     
  226. end;
  227.  
  228. object ob810 is cImage
  229. with 
  230.     Name is "b8"; 
  231.     Enabled is false; Shown is false; 
  232.     X is -21; Y is 364; 
  233.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  234.     
  235.     URL is "../Images/BOUTONV2.psd"; 
  236.     Mode is 260; 
  237.     
  238. end;
  239.  
  240. object ob911 is cImage
  241. with 
  242.     Name is "b9"; 
  243.     Enabled is false; Shown is false; 
  244.     X is -21; Y is 389; 
  245.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  246.     
  247.     URL is "../Images/BOUTONV2.psd"; 
  248.     Mode is 260; 
  249.     
  250. end;
  251.  
  252. object ob1012 is cImage
  253. with 
  254.     Name is "b10"; 
  255.     Enabled is false; Shown is false; 
  256.     X is -21; Y is 412; 
  257.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  258.     
  259.     URL is "../../DATA/Images/BOUTONV2.psd"; 
  260.     Mode is 260; 
  261.     
  262. end;
  263.  
  264. object ob1113 is cImage
  265. with 
  266.     Name is "b11"; 
  267.     Enabled is false; Shown is false; 
  268.     X is -21; Y is 437; 
  269.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  270.     
  271.     URL is "../../DATA/Images/BOUTONV2.psd"; 
  272.     Mode is 260; 
  273.     
  274. end;
  275.  
  276. object ob1214 is cImage
  277. with 
  278.     Name is "b12"; 
  279.     Enabled is false; Shown is false; 
  280.     X is -25; Y is 463; 
  281.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  282.     
  283.     URL is "../Images/BOUTONV2.psd"; 
  284.     Bitmapped is false; Mode is 260; 
  285.     
  286. end;
  287.  
  288. object of115 is cBox
  289. with 
  290.     Name is "f1"; 
  291.     Cursor is oFingerCursor; 
  292.     X is -1; Y is 182; 
  293.     Width is 162; Height is 27; 
  294.     
  295.     
  296.     Events is [
  297.         cMouseEnterEvent
  298.         with Flags is $00000004; 
  299.             Commands is [
  300.                 cShowCommand
  301.                 with Flags is $00000004; Target is ob13; end
  302.             ];
  303.         end,
  304.         cMouseLeaveEvent
  305.         with Flags is $00000004; 
  306.             Commands is [
  307.                 cShowCommand
  308.                 with Flags is $00000004; Target is ob13; Mode is Clear; end
  309.             ];
  310.         end,
  311.         cMouseUpEvent
  312.         with Flags is $00000004; Flag is true; 
  313.             Commands is [
  314.                 cBrowseCommand
  315.                 with Flags is $00000004; URL is "e1.k"; end
  316.             ];
  317.         end
  318.     ];
  319. end;
  320.  
  321. object of216 is cBox
  322. with 
  323.     Name is "f2"; 
  324.     Cursor is oFingerCursor; 
  325.     Y is 207; 
  326.     Width is 160; Height is 26; 
  327.     
  328.     
  329.     Events is [
  330.         cMouseEnterEvent
  331.         with 
  332.             Commands is [
  333.                 cShowCommand
  334.                 with Target is ob24; end
  335.             ];
  336.         end,
  337.         cMouseLeaveEvent
  338.         with 
  339.             Commands is [
  340.                 cShowCommand
  341.                 with Target is ob24; Mode is Clear; end
  342.             ];
  343.         end,
  344.         cMouseUpEvent
  345.         with Flag is true; 
  346.             Commands is [
  347.                 cBrowseCommand
  348.                 with URL is "e2.k"; end
  349.             ];
  350.         end
  351.     ];
  352. end;
  353.  
  354. object of317 is cBox
  355. with 
  356.     Flags is $00000150; 
  357.     Name is "f3"; 
  358.     Cursor is oFingerCursor; 
  359.     Y is 233; 
  360.     Width is 162; Height is 24; 
  361.     
  362.     
  363.     Events is [
  364.         cMouseEnterEvent
  365.         with Flags is $00000004; 
  366.             Commands is [
  367.                 cShowCommand
  368.                 with Flags is $00000004; Target is ob35; end
  369.             ];
  370.         end,
  371.         cMouseLeaveEvent
  372.         with Flags is $00000004; 
  373.             Commands is [
  374.                 cShowCommand
  375.                 with Flags is $00000004; Target is ob35; Mode is Clear; end
  376.             ];
  377.         end,
  378.         cMouseUpEvent
  379.         with Flags is $00000004; Flag is true; 
  380.             Commands is [
  381.                 cBrowseCommand
  382.                 with Flags is $00000004; URL is "e3.k"; end
  383.             ];
  384.         end
  385.     ];
  386. end;
  387.  
  388. object of418 is cBox
  389. with 
  390.     Name is "f4"; 
  391.     Cursor is oFingerCursor; 
  392.     Y is 255; 
  393.     Width is 161; Height is 28; 
  394.     
  395.     
  396.     Events is [
  397.         cMouseEnterEvent
  398.         with 
  399.             Commands is [
  400.                 cShowCommand
  401.                 with Target is ob46; end
  402.             ];
  403.         end,
  404.         cMouseLeaveEvent
  405.         with 
  406.             Commands is [
  407.                 cShowCommand
  408.                 with Target is ob46; Mode is Clear; end
  409.             ];
  410.         end,
  411.         cMouseUpEvent
  412.         with Flag is true; 
  413.             Commands is [
  414.                 cBrowseCommand
  415.                 with URL is "e4.k"; end
  416.             ];
  417.         end
  418.     ];
  419. end;
  420.  
  421. object of519 is cBox
  422. with 
  423.     Name is "f5"; 
  424.     Cursor is oFingerCursor; 
  425.     Y is 286; 
  426.     Width is 163; Height is 28; 
  427.     
  428.     
  429.     Events is [
  430.         cMouseEnterEvent
  431.         with 
  432.             Commands is [
  433.                 cShowCommand
  434.                 with Target is ob57; end
  435.             ];
  436.         end,
  437.         cMouseLeaveEvent
  438.         with 
  439.             Commands is [
  440.                 cShowCommand
  441.                 with Target is ob57; Mode is Clear; end
  442.             ];
  443.         end,
  444.         cMouseUpEvent
  445.         with Flag is true; 
  446.             Commands is [
  447.                 cBrowseCommand
  448.                 with URL is "e5.k"; end
  449.             ];
  450.         end
  451.     ];
  452. end;
  453.  
  454. object of620 is cBox
  455. with 
  456.     Flags is $00000150; 
  457.     Name is "f6"; 
  458.     Cursor is oFingerCursor; 
  459.     Y is 323; 
  460.     Width is 163; Height is 28; 
  461.     
  462.     
  463.     Events is [
  464.         cMouseEnterEvent
  465.         with Flags is $00000004; 
  466.             Commands is [
  467.                 cShowCommand
  468.                 with Flags is $00000004; Target is ob68; end
  469.             ];
  470.         end,
  471.         cMouseLeaveEvent
  472.         with Flags is $00000004; 
  473.             Commands is [
  474.                 cShowCommand
  475.                 with Flags is $00000004; Target is ob68; Mode is Clear; end
  476.             ];
  477.         end,
  478.         cMouseUpEvent
  479.         with Flags is $00000004; Flag is true; 
  480.             Commands is [
  481.                 cBrowseCommand
  482.                 with Flags is $00000004; URL is "e6.k"; end
  483.             ];
  484.         end
  485.     ];
  486. end;
  487.  
  488. object of721 is cBox
  489. with 
  490.     Name is "f7"; 
  491.     Cursor is oFingerCursor; 
  492.     Y is 354; 
  493.     Width is 160; Height is 26; 
  494.     
  495.     
  496.     Events is [
  497.         cMouseEnterEvent
  498.         with 
  499.             Commands is [
  500.                 cShowCommand
  501.                 with Target is ob79; end
  502.             ];
  503.         end,
  504.         cMouseLeaveEvent
  505.         with 
  506.             Commands is [
  507.                 cShowCommand
  508.                 with Target is ob79; Mode is Clear; end
  509.             ];
  510.         end,
  511.         cMouseUpEvent
  512.         with Flag is true; 
  513.             Commands is [
  514.                 cBrowseCommand
  515.                 with URL is "e7.k"; end
  516.             ];
  517.         end
  518.     ];
  519. end;
  520.  
  521. object of822 is cBox
  522. with 
  523.     Name is "f8"; 
  524.     Cursor is oFingerCursor; 
  525.     Y is 378; 
  526.     Width is 160; Height is 27; 
  527.     
  528.     
  529.     Events is [
  530.         cMouseEnterEvent
  531.         with 
  532.             Commands is [
  533.                 cShowCommand
  534.                 with Target is ob810; end
  535.             ];
  536.         end,
  537.         cMouseLeaveEvent
  538.         with 
  539.             Commands is [
  540.                 cShowCommand
  541.                 with Target is ob810; Mode is Clear; end
  542.             ];
  543.         end,
  544.         cMouseUpEvent
  545.         with Flag is true; 
  546.             Commands is [
  547.                 cBrowseCommand
  548.                 with URL is "e8.k"; end
  549.             ];
  550.         end
  551.     ];
  552. end;
  553.  
  554. object of923 is cBox
  555. with 
  556.     Name is "f9"; 
  557.     Cursor is oFingerCursor; 
  558.     Y is 404; 
  559.     Width is 163; Height is 25; 
  560.     
  561.     
  562.     Events is [
  563.         cMouseEnterEvent
  564.         with 
  565.             Commands is [
  566.                 cShowCommand
  567.                 with Target is ob911; end
  568.             ];
  569.         end,
  570.         cMouseLeaveEvent
  571.         with 
  572.             Commands is [
  573.                 cShowCommand
  574.                 with Target is ob911; Mode is Clear; end
  575.             ];
  576.         end,
  577.         cMouseUpEvent
  578.         with Flag is true; 
  579.             Commands is [
  580.                 cBrowseCommand
  581.                 with URL is "e9.k"; end
  582.             ];
  583.         end
  584.     ];
  585. end;
  586.  
  587. object of1024 is cBox
  588. with 
  589.     Name is "f10"; 
  590.     Cursor is oFingerCursor; 
  591.     X is 1; Y is 428; 
  592.     Width is 161; Height is 28; 
  593.     
  594.     
  595.     Events is [
  596.         cMouseEnterEvent
  597.         with 
  598.             Commands is [
  599.                 cShowCommand
  600.                 with Target is ob1012; end
  601.             ];
  602.         end,
  603.         cMouseLeaveEvent
  604.         with 
  605.             Commands is [
  606.                 cShowCommand
  607.                 with Target is ob1012; Mode is Clear; end
  608.             ];
  609.         end,
  610.         cMouseUpEvent
  611.         with Flag is true; 
  612.             Commands is [
  613.                 cBrowseCommand
  614.                 with URL is "e10.k"; end
  615.             ];
  616.         end
  617.     ];
  618. end;
  619.  
  620. object of1125 is cBox
  621. with 
  622.     Flags is $00000150; 
  623.     Name is "f11"; 
  624.     Cursor is oFingerCursor; 
  625.     Y is 451; 
  626.     Width is 161; Height is 28; 
  627.     
  628.     
  629.     Events is [
  630.         cMouseEnterEvent
  631.         with Flags is $00000004; 
  632.             Commands is [
  633.                 cShowCommand
  634.                 with Flags is $00000004; Target is ob1113; end
  635.             ];
  636.         end,
  637.         cMouseLeaveEvent
  638.         with Flags is $00000004; 
  639.             Commands is [
  640.                 cShowCommand
  641.                 with Flags is $00000004; Target is ob1113; Mode is Clear; end
  642.             ];
  643.         end,
  644.         cMouseUpEvent
  645.         with Flags is $00000004; Flag is true; 
  646.             Commands is [
  647.                 cBrowseCommand
  648.                 with Flags is $00000004; URL is "e11.k"; end
  649.             ];
  650.         end
  651.     ];
  652. end;
  653.  
  654. object of1226 is cBox
  655. with 
  656.     Flags is $00000150; 
  657.     Name is "f12"; 
  658.     Cursor is oFingerCursor; 
  659.     X is -1; Y is 477; 
  660.     Width is 162; Height is 27; 
  661.     
  662.     
  663.     Events is [
  664.         cMouseEnterEvent
  665.         with Flags is $00000004; 
  666.             Commands is [
  667.                 cShowCommand
  668.                 with Flags is $00000004; Target is ob1214; end
  669.             ];
  670.         end,
  671.         cMouseLeaveEvent
  672.         with Flags is $00000004; 
  673.             Commands is [
  674.                 cShowCommand
  675.                 with Flags is $00000004; Target is ob1214; Mode is Clear; end
  676.             ];
  677.         end,
  678.         cMouseUpEvent
  679.         with Flags is $00000004; Flag is true; 
  680.             Commands is [
  681.                 cBrowseCommand
  682.                 with Flags is $00000004; URL is "e12.k"; end
  683.             ];
  684.         end
  685.     ];
  686. end;
  687.  
  688. object oInternet27 is cBox
  689. with 
  690.     Flags is $00000150; 
  691.     release Editor:
  692.         IOWindow is {$000000AF,$0000003E,$0000028F,$000001EF,$00000000,$00000000,$00000000,$00000000};
  693.     end;
  694.     Name is "Internet"; 
  695.     Cursor is oEarthCursor; 
  696.     X is 259; Y is 540; 
  697.     Width is 141; Height is 16; 
  698.     
  699.     
  700.     Events is [
  701.         cMouseUpEvent
  702.         with Flags is $00000004; Flag is true; 
  703.             Commands is [
  704.                 cLaunchCommand
  705.                 with Flags is $00000004; URL is "http://www.sexestresopposes.com"; URLOption is GetSiteURL; Mode is ExecuteBrowser; end
  706.             ];
  707.         end
  708.     ];
  709. end;
  710.  
  711. object ol128 is cBox
  712. with 
  713.     Flags is $00000150; 
  714.     release Editor:
  715.         IOWindow is {$000000AF,$0000003E,$0000028F,$000001EF,$00000000,$00000000,$00000000,$00000000};
  716.     end;
  717.     Name is "l1"; 
  718.     Cursor is oFingerCursor; 
  719.     X is 260; Y is 500; 
  720.     Width is 64; Height is 17; 
  721.     
  722.     
  723.     Events is [
  724.         cMouseUpEvent
  725.         with Flags is $00000004; Flag is true; 
  726.             Commands is [
  727.                 cIfCookieCommand
  728.                 with Flags is $00000004; CookieName is "zique"; Value is "oui"; 
  729.                     Commands is [
  730.                         cTokenCommand
  731.                         with Flags is $00000004; TokenName is "run"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  732.                     ];
  733.                 end,
  734.                 cBrowseCommand
  735.                 with Flags is $00000004; URL is "f3.k"; end
  736.             ];
  737.         end
  738.     ];
  739. end;
  740.  
  741. object ol229 is cBox
  742. with 
  743.     Flags is $00000150; 
  744.     Name is "l2"; 
  745.     Cursor is oFingerCursor; 
  746.     X is 226; Y is 518; 
  747.     Width is 121; Height is 19; 
  748.     
  749.     
  750.     Events is [
  751.         cMouseUpEvent
  752.         with Flags is $00000004; Flag is true; 
  753.             Commands is [
  754.                 cIfCookieCommand
  755.                 with Flags is $00000004; CookieName is "zique"; Value is "oui"; 
  756.                     Commands is [
  757.                         cTokenCommand
  758.                         with Flags is $00000004; TokenName is "run"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  759.                     ];
  760.                 end,
  761.                 cBrowseCommand
  762.                 with Flags is $00000004; URL is "f12.k"; end
  763.             ];
  764.         end
  765.     ];
  766. end;
  767.  
  768. object oI330 is cBox
  769. with 
  770.     Flags is $00000150; 
  771.     Name is "I3"; 
  772.     Cursor is oFingerCursor; 
  773.     X is 347; Y is 518; 
  774.     Width is 88; Height is 19; 
  775.     
  776.     
  777.     Events is [
  778.         cMouseUpEvent
  779.         with Flags is $00000004; Flag is true; 
  780.             Commands is [
  781.                 cIfCookieCommand
  782.                 with Flags is $00000004; CookieName is "zique"; Value is "oui"; 
  783.                     Commands is [
  784.                         cTokenCommand
  785.                         with Flags is $00000004; TokenName is "run"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  786.                     ];
  787.                 end,
  788.                 cBrowseCommand
  789.                 with Flags is $00000004; URL is "f9.k"; end
  790.             ];
  791.         end
  792.     ];
  793. end;
  794.  
  795. object oBouton_Fiche32 is cImage
  796. with 
  797.     Name is "Bouton Fiche"; 
  798.     Shown is false; Cursor is oFingerCursor; 
  799.     X is 167; Y is 573; 
  800.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  801.     
  802.     URL is "../Images/%E9cran%20fiche.jpg"; 
  803.     
  804.     
  805.     Events is [
  806.         cMouseEnterEvent
  807.         with 
  808.             Commands is [
  809.                 cShowCommand
  810.                 with Target is oTargetSelf; end
  811.             ];
  812.         end,
  813.         cMouseLeaveEvent
  814.         with 
  815.             Commands is [
  816.                 cShowCommand
  817.                 with Target is oTargetSelf; Mode is Clear; end
  818.             ];
  819.         end,
  820.         cMouseUpEvent
  821.         with Flag is true; 
  822.             Commands is [
  823.                 cShowCommand
  824.                 with Target is oFiche_Technique37; Mode is Toggle; end,
  825.                 cEnableCommand
  826.                 with Target is oFiche_Technique37; Mode is Toggle; end
  827.             ];
  828.         end
  829.     ];
  830. end;
  831.  
  832. object oBouton_Imprimer33 is cImage
  833. with 
  834.     Flags is $00000150; 
  835.     Name is "Bouton Imprimer"; 
  836.     Shown is false; Cursor is oFingerCursor; 
  837.     X is 321; Y is 573; 
  838.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  839.     
  840.     URL is "../Images/%E9cran%20imprimer.jpg"; 
  841.     
  842.     
  843.     Events is [
  844.         cMouseEnterEvent
  845.         with Flags is $00000004; 
  846.             Commands is [
  847.                 cShowCommand
  848.                 with Flags is $00000004; Target is oTargetSelf; end
  849.             ];
  850.         end,
  851.         cMouseLeaveEvent
  852.         with Flags is $00000004; 
  853.             Commands is [
  854.                 cShowCommand
  855.                 with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end
  856.             ];
  857.         end,
  858.         cMouseUpEvent
  859.         with Flags is $00000004; Flag is true; 
  860.             Commands is [
  861.                 cPrintCommand
  862.                 with Target is oTexte_RTF38; end
  863.             ];
  864.         end
  865.     ];
  866. end;
  867.  
  868. object oBouton_Sommaire34 is cImage
  869. with 
  870.     Name is "Bouton Sommaire"; 
  871.     Shown is false; Cursor is oFingerCursor; 
  872.     X is 13; Y is 573; 
  873.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  874.     
  875.     URL is "../Images/%E9cran%20somm.jpg"; 
  876.     
  877.     
  878.     Events is [
  879.         cMouseEnterEvent
  880.         with 
  881.             Commands is [
  882.                 cShowCommand
  883.                 with Target is oTargetSelf; end
  884.             ];
  885.         end,
  886.         cMouseLeaveEvent
  887.         with 
  888.             Commands is [
  889.                 cShowCommand
  890.                 with Target is oTargetSelf; Mode is Clear; end
  891.             ];
  892.         end,
  893.         cMouseUpEvent
  894.         with Flag is true; 
  895.             Commands is [
  896.                 cIfCookieCommand
  897.                 with CookieName is "zique"; Value is "oui"; 
  898.                     Commands is [
  899.                         cTokenCommand
  900.                         with TokenName is "run"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  901.                     ];
  902.                 end,
  903.                 cBrowseCommand
  904.                 with URL is "sommaire.k"; end
  905.             ];
  906.         end
  907.     ];
  908. end;
  909.  
  910. object oBouton_Photos35 is cImage
  911. with 
  912.     Flags is $00000150; 
  913.     Name is "Bouton Photos"; 
  914.     Shown is false; Cursor is oFingerCursor; 
  915.     X is 475; Y is 573; 
  916.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  917.     
  918.     URL is "../Images/%E9cran%20photo.jpg"; 
  919.     
  920.     
  921.     Events is [
  922.         cMouseEnterEvent
  923.         with Flags is $00000004; 
  924.             Commands is [
  925.                 cShowCommand
  926.                 with Flags is $00000004; Target is oTargetSelf; end
  927.             ];
  928.         end,
  929.         cMouseLeaveEvent
  930.         with Flags is $00000004; 
  931.             Commands is [
  932.                 cShowCommand
  933.                 with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end
  934.             ];
  935.         end,
  936.         cMouseUpEvent
  937.         with Flags is $00000004; Flag is true; 
  938.             Commands is [
  939.                 cBrowseCommand
  940.                 with Flags is $00000004; URL is "e12s.k"; end
  941.             ];
  942.         end
  943.     ];
  944. end;
  945.  
  946. object oBouton_Vid_o36 is cImage
  947. with 
  948.     Flags is $00000150; 
  949.     Name is "Bouton Vid\$E9o"; 
  950.     Shown is false; Cursor is oFingerCursor; 
  951.     X is 629; Y is 573; 
  952.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  953.     
  954.     URL is "../Images/%E9cran%20vid%E9o.jpg"; 
  955.     
  956.     
  957.     Events is [
  958.         cMouseEnterEvent
  959.         with Flags is $00000004; 
  960.             Commands is [
  961.                 cShowCommand
  962.                 with Flags is $00000004; Target is oTargetSelf; end
  963.             ];
  964.         end,
  965.         cMouseLeaveEvent
  966.         with Flags is $00000004; 
  967.             Commands is [
  968.                 cShowCommand
  969.                 with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end
  970.             ];
  971.         end,
  972.         cMouseUpEvent
  973.         with Flags is $00000004; Flag is true; 
  974.             Commands is [
  975.                 cRunCommand
  976.                 with Flags is $00000004; Target is ovid_o39; Mode is Clear; end,
  977.                 cEnableCommand
  978.                 with Flags is $00000004; Target is ovid_o39; Mode is Clear; end,
  979.                 cShowCommand
  980.                 with Flags is $00000004; Target is ovid_o39; Mode is Clear; end,
  981.                 cDragCommand
  982.                 with Flags is $00000004; Target is ovid_o39; Mode is DragTo; end,
  983.                 cGrowCommand
  984.                 with Flags is $00000004; Target is ovid_o39; Mode is GrowTo; X is 800; Y is 600; end,
  985.                 cShowCommand
  986.                 with Flags is $00000004; Target is ovid_o39; end,
  987.                 cEnableCommand
  988.                 with Flags is $00000004; Target is ovid_o39; end,
  989.                 cRunCommand
  990.                 with Flags is $00000004; Target is ovid_o39; Rewind is true; end,
  991.                 cEnableCommand
  992.                 with Flags is $00000004; Target is oglobal40; end
  993.             ];
  994.         end
  995.     ];
  996. end;
  997.  
  998. object oFiche_Technique37 is cImage
  999. with 
  1000.     Flags is $00000154; 
  1001.     Name is "Fiche Technique"; 
  1002.     Region is {$FFFF000A,$00010000,$01AC0188};
  1003.     Enabled is false; Shown is false; Cursor is oFingerCursor; 
  1004.     X is 132; Y is 41; 
  1005.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  1006.     
  1007.     URL is "../Images/t12.jpg"; 
  1008.     
  1009.     
  1010.     Events is [
  1011.         cMouseUpEvent
  1012.         with Flags is $00000004; Flag is true; 
  1013.             Commands is [
  1014.                 cShowCommand
  1015.                 with Flags is $00000004; Target is oFiche_Technique37; Mode is Clear; end,
  1016.                 cEnableCommand
  1017.                 with Flags is $00000004; Target is oFiche_Technique37; Mode is Clear; end
  1018.             ];
  1019.         end
  1020.     ];
  1021. end;
  1022.  
  1023. object oTexte_RTF38 is cRTFText
  1024. with 
  1025.     Flags is $00000550; 
  1026.     Name is "Texte RTF"; 
  1027.     Enabled is false; Shown is false; 
  1028.     Y is -160; 
  1029.     AdjustWidth is GetLayoutWidth; AdjustHeight is GetDataHeight; 
  1030.     
  1031.     URL is "../Textes/s12.rtf"; 
  1032.     
  1033.     
  1034. end;
  1035.  
  1036. object ovid_o39 is cMPEGMovie
  1037. with 
  1038.     Flags is $00000150; 
  1039.     Name is "vid\$E9o"; 
  1040.     Shown is false; Cursor is oFingerCursor; 
  1041.     X is 615; Y is 418; 
  1042.     Width is 176; Height is 144; 
  1043.     
  1044.     URL is "../Videos/s12.mpg"; 
  1045.     Events is [
  1046.         cMouseUpEvent
  1047.         with Flags is $00000004; Flag is true; 
  1048.             Commands is [
  1049.                 cRunCommand
  1050.                 with Flags is $00000004; Target is ovid_o39; Mode is Clear; end,
  1051.                 cEnableCommand
  1052.                 with Flags is $00000004; Target is ovid_o39; Mode is Clear; end,
  1053.                 cShowCommand
  1054.                 with Flags is $00000004; Target is ovid_o39; Mode is Clear; end,
  1055.                 cDragCommand
  1056.                 with Flags is $00000004; Target is ovid_o39; Mode is DragTo; end,
  1057.                 cGrowCommand
  1058.                 with Flags is $00000004; Target is ovid_o39; Mode is GrowTo; X is 800; Y is 600; end,
  1059.                 cShowCommand
  1060.                 with Flags is $00000004; Target is ovid_o39; end,
  1061.                 cEnableCommand
  1062.                 with Flags is $00000004; Target is ovid_o39; end,
  1063.                 cRunCommand
  1064.                 with Flags is $00000004; Target is ovid_o39; Rewind is true; end,
  1065.                 cEnableCommand
  1066.                 with Flags is $00000004; Target is oglobal40; end
  1067.             ];
  1068.         end,
  1069.         cFinishedEvent
  1070.         with Flags is $00000004; 
  1071.             Commands is [
  1072.                 cPixelTool_IfSystemCommand
  1073.                 with Flags is $00000004; 
  1074.                     Commands is [
  1075.                         cDragCommand
  1076.                         with Flags is $00000004; Target is ovid_o39; Mode is DragTo; X is 631; Y is 442; end,
  1077.                         cGrowCommand
  1078.                         with Flags is $00000004; Target is ovid_o39; Mode is GrowTo; X is 160; Y is 120; end,
  1079.                         cEnableCommand
  1080.                         with Flags is $00000004; Target is oglobal40; Mode is Clear; end,
  1081.                         cShowCommand
  1082.                         with Flags is $00000004; Target is ovid_o39; end,
  1083.                         cEnableCommand
  1084.                         with Flags is $00000004; Target is ovid_o39; end,
  1085.                         cRunCommand
  1086.                         with Flags is $00000004; Target is ovid_o39; Rewind is true; end
  1087.                     ];
  1088.                 end,
  1089.                 cPixelTool_IfSystemCommand
  1090.                 with Flags is $00000004; SetMode is IsWinTest; 
  1091.                     Commands is [
  1092.                         cDragCommand
  1093.                         with Flags is $00000004; Target is ovid_o39; Mode is DragTo; X is 615; Y is 418; end,
  1094.                         cGrowCommand
  1095.                         with Flags is $00000004; Target is ovid_o39; Mode is GrowTo; X is 176; Y is 144; end,
  1096.                         cEnableCommand
  1097.                         with Flags is $00000004; Target is oglobal40; Mode is Clear; end,
  1098.                         cShowCommand
  1099.                         with Flags is $00000004; Target is ovid_o39; end,
  1100.                         cEnableCommand
  1101.                         with Flags is $00000004; Target is ovid_o39; end,
  1102.                         cRunCommand
  1103.                         with Flags is $00000004; Target is ovid_o39; Rewind is true; end
  1104.                     ];
  1105.                 end
  1106.             ];
  1107.         end
  1108.     ];
  1109. end;
  1110.  
  1111. object oglobal40 is cBox
  1112. with 
  1113.     Flags is $00000150; 
  1114.     Name is "global"; 
  1115.     Enabled is false; Shown is false; Cursor is oEmptyCursor; 
  1116.     
  1117.     Width is 800; Height is 600; 
  1118.     
  1119.     
  1120.     Events is [
  1121.         cMouseUpEvent
  1122.         with Flags is $00000004; Flag is true; 
  1123.             Commands is [
  1124.                 cPixelTool_IfSystemCommand
  1125.                 with Flags is $00000004; 
  1126.                     Commands is [
  1127.                         cShowCommand
  1128.                         with Flags is $00000004; Target is ovid_o39; Mode is Clear; end,
  1129.                         cRunCommand
  1130.                         with Flags is $00000004; Target is ovid_o39; Mode is Clear; Rewind is true; end,
  1131.                         cEnableCommand
  1132.                         with Flags is $00000004; Target is ovid_o39; Mode is Clear; end,
  1133.                         cEnableCommand
  1134.                         with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end,
  1135.                         cDragCommand
  1136.                         with Flags is $00000004; Target is ovid_o39; Mode is DragTo; X is 631; Y is 442; end,
  1137.                         cGrowCommand
  1138.                         with Flags is $00000004; Target is ovid_o39; Mode is GrowTo; X is 160; Y is 120; end,
  1139.                         cShowCommand
  1140.                         with Flags is $00000004; Target is ovid_o39; end,
  1141.                         cRunCommand
  1142.                         with Flags is $00000004; Target is ovid_o39; Rewind is true; end,
  1143.                         cEnableCommand
  1144.                         with Flags is $00000004; Target is ovid_o39; end
  1145.                     ];
  1146.                 end,
  1147.                 cPixelTool_IfSystemCommand
  1148.                 with Flags is $00000004; SetMode is IsWinTest; 
  1149.                     Commands is [
  1150.                         cShowCommand
  1151.                         with Flags is $00000004; Target is ovid_o39; Mode is Clear; end,
  1152.                         cRunCommand
  1153.                         with Flags is $00000004; Target is ovid_o39; Mode is Clear; Rewind is true; end,
  1154.                         cEnableCommand
  1155.                         with Flags is $00000004; Target is ovid_o39; Mode is Clear; end,
  1156.                         cEnableCommand
  1157.                         with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end,
  1158.                         cDragCommand
  1159.                         with Flags is $00000004; Target is ovid_o39; Mode is DragTo; X is 615; Y is 418; end,
  1160.                         cGrowCommand
  1161.                         with Flags is $00000004; Target is ovid_o39; Mode is GrowTo; X is 176; Y is 144; end,
  1162.                         cShowCommand
  1163.                         with Flags is $00000004; Target is ovid_o39; end,
  1164.                         cRunCommand
  1165.                         with Flags is $00000004; Target is ovid_o39; Rewind is true; end,
  1166.                         cEnableCommand
  1167.                         with Flags is $00000004; Target is ovid_o39; end
  1168.                     ];
  1169.                 end
  1170.             ];
  1171.         end
  1172.     ];
  1173. end;